home *** CD-ROM | disk | FTP | other *** search
- /*
- ************************************************************************
- * A simple file that verifies
- * Service C++ functions
- * that support the standard environment for me
- */
-
- #include "mymenv.h"
-
- void main()
- {
- Initialize_MAC();
- alert("This is a message...");
- set_error_sound("\pQuack");
- alert("This is a message with a different sound");
- alert("Standard system beep should sound again");
- notify("Notification %d",1);
- notify("Notification %ld",2);
- notify_and_wait("Last_notification");
- _die("Just to tell ya I'm getting out of here...");
- }
-